home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 - Inside Community Club / Acrobat Pro 6 D.bin / html_tour / vector / n_engineer.swf / scripts / frame_1 / DoAction.as
Encoding:
Text File  |  2003-11-10  |  257 b   |  10 lines

  1. total_bytes = _root.getBytesTotal();
  2. loaded_bytes = _root.getBytesLoaded();
  3. remaining_bytes = total_bytes - loaded_bytes;
  4. percent_done = int(loaded_bytes / total_bytes * 100);
  5. bar.gotoAndStop(percent_done);
  6. ifFrameLoaded(20)
  7. {
  8.    gotoAndPlay(4);
  9. }
  10.